home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(2) then
- if the visible of sprite 2 = 0 then
- sound playFile 2, "..\som\reedd.wav"
- set the visible of sprite 2 to 1
- end if
- else
- set the visible of sprite 2 to 0
- end if
- if the mouseCast = 60 then
- go("naveg")
- end if
- go(the frame)
- end
-
- on mouseUp
- if rollOver(2) then
- sound playFile 2, "..\som\spotreed.wav"
- go("Ecr2")
- end if
- end
-